[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
print ;                      print to standard output

    or

print();                     print to standard output

    Prints $0 to standard output file  followed by ORS.  Returns number  of
    characters printed.

print ...   ;                print to standard output

    or

print(...);                  print to standard output

    Prints expressions in the expression list, ..., to the standard  output
    file, each separated by OFS.   The last expression is followed by  ORS.
    Returns number of characters printed.

See Also: fprint
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson